Přeskočit na hlavní obsah

Module: app/api/ukol/castecne-splneni/route

Functions

POST

POST(req): Promise<Response>

Partially complete a task by providing a form submission.

Parameters

NameTypeDescription
reqRequestRequest object.

Returns

Promise<Response>

Response with status 200 if successful. Response with status 500 if there was a server error. Response with status 409 if task either does not exist or was expecting a submission to a different form or was already completed or deadline has passed.

Defined in

src/web-app/src/app/api/ukol/castecne-splneni/route.ts:36